vcContextItem
A context item that contains text, indentation level, and font family for displaying the message context.
See in: Overview
Module: vcCore
Parent: -
Children -
Referenced by: vcMessage.Context
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| FontFamily | String | R | Gets the font family used for displaying the context item text. |
| IndentLevel | Integer | R | Gets the indentation level of the context item, used for formatting. |
| Text | String | R | Gets the text of the context item. |